//==============================================================================
// pine tree_anim.txt
//==============================================================================


//==============================================================================
define leaf
{
   SetSelector
   {
       VariationLogic
       set hotspot
       {
          version
          {
              Visualparticle sfx a pinetree death
          }
       }
       set hotspot
       {
          version
          {
             Visualparticle sfx a pinetree death 2
          }
       }
   }
}

//==============================================================================
define barksplash
{
   set hotspot
   {
      version
      {
        Visualparticle sfx a pinetree bark
      }
   }
}

//==============================================================================
define woodsplash
{
   set hotspot
   {
      version
      {
        Visualparticle sfx a hatchet spark 2
      }
   }
}

//==============================================================================
define dustsmall
{
   SetSelector
   {
       VariationLogic
       set hotspot
       {
          version
          {
             VisualParticle SFX A Generic Dust Small
          }
       }
       set hotspot
       {
          version
          {
             Visualparticle sfx a hatchet spark
          }
       }
   }
}

//==============================================================================
define Roots
{
   set hotspot
   {
      version
      {
//         Visual World A Tree Root
      }
   }  
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World G Cypress A
                         length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress B
                         length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress C
                         length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress D
                         length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress E
                         length 20.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress F
                         length 20.0
         }
      }
   }
}



//==============================================================================
anim Death
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World G Cypress A_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.34 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress B_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.30 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress C_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.31 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress D_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.32 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
			}
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress E_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.56 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World G Cypress F_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.56 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
   }
}


